func runtime.fatal

31 uses

	runtime (current package)
		chan.go#L194: 		fatal("send on synctest channel from outside bubble")
		chan.go#L321: 		fatal("send on synctest channel from outside bubble")
		chan.go#L419: 		fatal("close of synctest channel from outside bubble")
		chan.go#L541: 		fatal("receive on synctest channel from outside bubble")
		chan.go#L705: 		fatal("receive on synctest channel from outside bubble")
		os_linux.go#L895: 		fatal("AllThreadsSyscall6 results differ between threads; runtime corrupted")
		panic.go#L1026: 	fatal(s)
		panic.go#L1031: 	fatal(s)
		panic.go#L1036: 	fatal(s)
		panic.go#L1041: 	fatal(s)
		panic.go#L1046: 	fatal(s)
		panic.go#L1056: 	fatal(s)
		panic.go#L1106: func fatal(s string) {
		proc.go#L2698: 		fatal("bindm in unexpected GOOS")
		proc.go#L2702: 		fatal("the current g is not g0")
		proc.go#L5178: 		fatal("go of nil func value")
		proc.go#L6164: 		fatal("no goroutines (main called runtime.Goexit) - deadlock!")
		proc.go#L6206: 	fatal("all goroutines are asleep - deadlock!")
		rand.go#L41: 		fatal("randinit twice")
		rand.go#L124: 		fatal("randinit missed")
		rand.go#L140: 		fatal("randinit missed")
		select.go#L181: 				fatal("select on synctest channel from outside bubble")
		sema.go#L643: 			fatal("semaphore wake of synctest goroutine from outside bubble")
		sema.go#L700: 				fatal("semaphore wake of synctest goroutine from outside bubble")
		symtab.go#L728: 			fatal("unexpected multiple text sections on Wasm")
		synctest.go#L97: 		fatal("total < 0")
		synctest.go#L100: 		fatal("running < 0")
		time.go#L418: 		fatal("stop of synctest timer from outside bubble")
		time.go#L433: 		fatal("reset of synctest timer from outside bubble")
		time.go#L1442: 		fatal("synctest timer accessed from outside bubble")
		time.go#L1475: 		fatal("synctest timer accessed from outside bubble")